ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / SortAsync Method
The sort descriptions that determine how the data will be sort.

In This Topic
    SortAsync Method (C1WrapCollectionView<S,T>)
    In This Topic
    Sorts the collection view according to the specified sort descriptions.
    Syntax
    'Declaration
     
    Public Overridable Function SortAsync( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As System.Threading.Tasks.Task
    public virtual System.Threading.Tasks.Task SortAsync( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions that determine how the data will be sort.
    See Also